ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MenuBase<T> Class / IsButton Property

In This Topic
    IsButton Property (MenuBase<T>)
    In This Topic
    Gets or sets a value that determines whether menu should act as a split button instead of a regular menu.
    Syntax
    'Declaration
     
    Public Property IsButton As Boolean
    public bool IsButton {get; set;}
    See Also